Adwaita: remove messagedialog label squashing hack
authorLapo Calamandrei <calamandrei@gmail.com>
Fri, 15 Jan 2016 17:33:38 +0000 (18:33 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Fri, 15 Jan 2016 17:37:49 +0000 (18:37 +0100)
since Matthias fixed this properly.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index b76df79e905db3af4510ea86e63b4561ccb62bb8..29435c2707680a6adccae27108c3e888c6c8cb30 100644 (file)
@@ -3039,8 +3039,6 @@ messagedialog { // Message Dialog styling
     border-style: none;
     border-top-left-radius: 7px;
     border-top-right-radius: 7px;
-
-    .title { font-size: 0; } // squash the label
   }
 
   &.csd { // rounded bottom border styling for csd version
index 91980a093a606e294da671c534930396cb1219e5..11c50c9d2d3d8182a8ffe66e4464e14533147924 100644 (file)
@@ -3940,8 +3940,6 @@ messagedialog .titlebar {
   border-style: none;
   border-top-left-radius: 7px;
   border-top-right-radius: 7px; }
-  messagedialog .titlebar .title {
-    font-size: 0; }
 messagedialog.csd.background {
   border-bottom-left-radius: 9px;
   border-bottom-right-radius: 9px; }
index b6ec6cd49641293cdb60bc01d189f7a755ac11a5..cdeda151aafd173da9a906c136461421a552e314 100644 (file)
@@ -4114,8 +4114,6 @@ messagedialog .titlebar {
   border-style: none;
   border-top-left-radius: 7px;
   border-top-right-radius: 7px; }
-  messagedialog .titlebar .title {
-    font-size: 0; }
 messagedialog.csd.background {
   border-bottom-left-radius: 9px;
   border-bottom-right-radius: 9px; }